@charset "utf-8";
body { background-color:#E4E4E4; font-family:'microsoft yahei','arial';font-size:14px;!important;margin:0 auto;}}
td{font-family:'microsoft yahei','arial';font-size:14px;!important;}
.tit01{font-family:'microsoft yahei','arial'; font-weight:bold;font-size:30px;!important;}}
.header{}
.divtop{margin:0 auto; height:134px; width:1035px; background-color:#FFFFFF;}
.divtop1{margin:0 auto; height:134px; width:1035px; background-color:#FFFFFF;position:fixed;z-index:99;top:0;}
.divtop_logo{ float:left; background-image:url(images/logo.jpg); background-repeat:no-repeat}
p{text-indent:28px; line-height:25px;font-family:'microsoft yahei','arial';font-size:14px;!important;}
.wenben{text-indent:28px; line-height:25px;font-family:'microsoft yahei','arial';font-size:14px;!important;}


  a:link
    {
    font-size:11pt;
    color:#000000;
    font-weight:bold;
    }
    a:hover
    {
     font-size:11pt;
    color:#ff0000;
    font-weight:bold;
   
    }
    a:active
    {
     font-size:11pt;
    color:#6699ff;
    font-weight:bold;
	 text-decoration:underline;
    }
a:visited{
    font-size:11pt;
    color:#3333330;
    font-weight:bold;
	text-decoration:none
}





ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../img/next.png) no-repeat;
}